home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
King of Skeleton
/
King of Skeleton.swf
/
scripts
/
DefineSprite_177
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-02-02
|
303 b
|
21 lines
if(!sound_btn.txt)
{
for(var i in sound_btn)
{
if(sound_btn[i]._parent)
{
sound_btn.txt = sound_btn[i];
break;
}
}
}
if(_parent._parent.sndOff)
{
sound_btn.txt.gotoAndStop("off");
}
else
{
sound_btn.txt.gotoAndStop("on");
}
stop();